cURL
curl --request POST \ --url https://api.praxos.ai/extract \ --header 'API-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "environment_id": "<string>", "label": "<string>" }'
{ "items": [ { "id": "<string>", "data": {} } ] }
Extract list of items from an environment
API key for authentication
ID of the environment to extract items from
Label of the items to extract, it should be the same as it appears in the ontology
List of items extracted successfully
Show child attributes